Add egui example#164
Merged
Merged
Conversation
wusyong
previously approved these changes
May 26, 2023
Contributor
Author
No problem, I signed the last commit, is it enough? |
wusyong
approved these changes
May 27, 2023
Member
|
You'll have to sign all commits I believe. |
Contributor
Author
Alright, I rewrote history and now it seems like every commit is properly verified. Sorry for all of that |
|
Just trying your equi example with latest install. Had a few issues, on mac and ios. First I got this error when doing cargo run on the mac error[E0603]: function `main` is private
--> gen/bin/desktop.rs:3:18
|
3 | mobile_equi::main();
| ^^^^ private function
|
note: the function `main` is defined here
--> /Users/awk21/Projects/Coding/Rust/mobile_equi/src/lib.rs:160:1
|
160 | fn main() {
| ^^^^^^^^^
For more information about this error, try `rustc --explain E0603`.
error: could not compile `mobile-equi` due to previous errorWhich was solvable by adding What was more troubling was trying to solve the following on the ios Not sure where |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Checklist
Other information
This is partially a continuation of BrainiumLLC/cargo-mobile#48
This PR introduces a new template based on an egui example found here https://github.com/rust-mobile/rust-android-examples/tree/main/agdk-egui
It works on Android and Linux desktop, I couldn't test it anywhere else